From e5221f556bc4c1f53744861927d677e134004825 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Sat, 25 Sep 2004 16:59:06 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.185 (4155a3daql44JDS3x9h6kCrFxSJd-Q) fix tiny memory leak. --- xen/arch/x86/shadow.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/x86/shadow.c b/xen/arch/x86/shadow.c index 1900b04a82..218a2b7b3f 100644 --- a/xen/arch/x86/shadow.c +++ b/xen/arch/x86/shadow.c @@ -137,6 +137,7 @@ static inline int shadow_page_op( struct mm_struct *m, unsigned int op, { // lock is already held delete_shadow_status( m, gpfn ); + free_shadow_page( m, spfn_info ); restart = 1; // we need to go to start of list again } } -- 2.30.2